U_CAPI int32_t ucol_getDisplayName ( const char *objLoc, const char *dispLoc, UChar *result, int32_t resultLength, UErrorCode *status)

Get the display name for a UCollator

Documentation

Get the display name for a UCollator. The display name is suitable for presentation to a user.
Returns:
The total buffer size needed; if greater than resultLength, the output was truncated.
Parameters:
objLoc - The locale of the collator in question.
dispLoc - The locale for display.
result - A pointer to a buffer to receive the attribute.
resultLength - The maximum size of result.
status - A pointer to an UErrorCode to receive any errors

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de